{% extends 'base.html' %} {% load site_tags %} {% load static %} {% block title %}{{ site_settings.institute_name }}{% if site_settings.tagline %} — {{ site_settings.tagline }}{% endif %}{% endblock %} {% block extra_css %} {% endblock %} {% block content %} {# ── Hero: one composition — brand, headline, line, CTAs, atmosphere ── #}

{% if site_settings.has_logo_light %} {% endif %} {{ site_settings.institute_name }}

{% if site_settings.tagline %} {{ site_settings.tagline }} {% else %} Skills you can prove.
Certificates employers can verify. {% endif %}

Learn with guided courses, or take a proctored certification exam — then share a credential with a public verify link.

{% if not user.is_authenticated %} Get started free Explore paths {% else %} Go to dashboard Explore paths {% endif %}
{# ── Path chooser: one job ── #}

Two ways in

Choose how you want to grow

{# ── Quiet trust line (not hero clutter) ── #}
{{ courses|length }}+ courses {{ certifications|length }}+ cert tracks Public verify portal Proctored & practical options
{# ── Courses ── #}

Courses

Start learning

{{ courses|length }} published track{{ courses|length|pluralize }}

View all
{% if featured_courses %} {% endif %}
{% for course in courses %}
{% empty %}

No courses published yet.

{% endfor %}
{# ── Certifications ── #}

Certifications

Prove what you know

Proctored exams · public verification

{% for program in certifications %}
{% empty %}

No certifications published yet.

{% endfor %}
{% endblock %} {% block extra_js %} {% endblock %}